### Eclipse Workspace Patch 1.0 #P ofbiz Index: applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl =================================================================== --- applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl (revision 829528) +++ applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl (working copy) @@ -264,11 +264,13 @@
- + + +
<#-- Category next/previous --> <#if category?exists> - - - - <#-- Product image/name/price --> + + +
+ <#if previousProductId?exists> ${uiLabelMap.CommonPrevious} |  @@ -279,9 +281,6 @@

@@ -294,6 +293,8 @@

${productContentWrapper.get("PRODUCT_NAME")?if_exists}

${productContentWrapper.get("DESCRIPTION")?if_exists}
@@ -481,7 +482,8 @@ -
+
<#-- check to see if introductionDate hasnt passed yet --> <#if product.introductionDate?exists && nowTimestamp.before(product.introductionDate)>